tests: Remove unused includes in libostreetest.c
authorMatthew Leeds <matthew.leeds@endlessm.com>
Sat, 9 Feb 2019 00:01:54 +0000 (16:01 -0800)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 11 Feb 2019 13:44:07 +0000 (13:44 +0000)
Since commit a06bd82cd we no longer use OVERLAYFS_SUPER_MAGIC or
statfs() so remove the includes for linux/magic.h and sys/vfs.h

Closes: #1815
Approved by: cgwalters

tests/libostreetest.c

index 1991ffd04844c565c08e61a7625f9cd2049a9eb6..9a2fae09f0a43a4439cb377f68b3a3ff761d157b 100644 (file)
@@ -22,8 +22,6 @@
 #include "config.h"
 #include <stdlib.h>
 #include <string.h>
-#include <linux/magic.h>
-#include <sys/vfs.h>
 
 #include "libglnx.h"
 #include "libostreetest.h"